home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / go.bat < prev    next >
DOS Batch File  |  1993-10-18  |  650b  |  35 lines

  1. @echo off
  2. cd \
  3. cls
  4. cd \winware
  5. if "%1"=="color" goto color
  6. if "%1"=="COLOR" goto color
  7. if "%1"=="Color" goto color
  8. if "%1"=="Mono" goto mono
  9. if "%1"=="mono" goto mono
  10. if "%1"=="MONO" goto mono
  11. goto oops
  12. :color
  13. winware color
  14. goto end
  15. :mono
  16. winware mono
  17. goto end
  18. :oops
  19. cls
  20. echo.
  21. echo.
  22. echo                            !!!!!!!! WARNING !!!!!!!!
  23. echo 
  24. echo              You have tried to install the file retrieval system
  25. echo         without one of the required options.  Please execute GO MONO or
  26. echo                GO COLOR to install the file retrieval system.
  27. echo.
  28. pause
  29. cls
  30. cd ..
  31. goto end2
  32. :end
  33. install
  34. :end2
  35.